* {
	margin: 0;
	padding: 0;
}

[v-cloak] {
	display: none;
}

ul,
li {
	list-style: none;
}

img {
	vertical-align: middle;
}

button {
	outline: none;
	border: none;
}


.conatiner {
	width: 1200px;
	margin: 0 auto;
}

.flex {
	display: flex;
	justify-content: space-between;
}

.flex-center {
	display: flex;
	justify-content: center;
}

.top {
	height: 78px;
	line-height: 78px;
	background: #1655BC;
	box-shadow: 0px 2px 14px 0px rgba(6, 111, 215, 0.33);
	color: #fff;
}

.top .flex {
	align-items: center;
}

.top .nav {
	display: flex;
	margin-left: 50px;
}

.top .nav .first {
	position: relative;
}

.top .nav .first:hover ul {
	display: block;
}

.top .nav .first ul {
	position: absolute;
	width: 140%;
	background: #1655BC;
	left: -40%;
	display: none;
}

.top .nav .first ul:hover {
	display: block;
}

.top .nav .first ul li {
	text-align: center;
	line-height: 3rem;
	cursor: pointer;
	/* padding: 10px 0; */
}

.top .nav .first ul li:hover {
	background: #008FFB;
}

.top .nav span {
	padding: 28px 0;
	margin-right: 30px;
	position: relative;
	cursor: pointer;
}

.top .nav span.active::after {
	content: ' ';
	width: 20px;
	height: 7px;
	background-color: #fff;
	border-radius: 6px 6px 0 0;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.top_r {
	display: flex;
	align-items: center;
	font-size: 14px;
}

.sear_btn {
	display: inline-block;
	width: 42px;
	height: 32px;
	background: rgba(255, 255, 255, 0.30) url(../img/search.png) center no-repeat;
	border-radius: 16px;
	margin-right: 15px;
}

.top_r div {
	max-width: 120px;
	margin-right: 10px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.top_r p span.nickname_span {
	/* display: inline-block; */
	max-width: 120px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.top_r p span img {
	width: 14px;
	margin-left: 20px;
	margin-right: 5px;
}

/* 底部 */
.foot .conatiner {
	display: flex;
	justify-content: space-between;
}

.foot {
	background: #1F2833;
	padding: 30px 0;
}

.foot ul {
	color: #A6A8AA;
	font-weight: 500;
	padding: 20px 30px 15px;
	border-left: 1px solid rgba(151, 151, 151, 1);
	line-height: 2rem;
}

.foot ul li img {
	margin-right: 7px;
}